home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
-
- <!DOCTYPE dialog SYSTEM "chrome://switchproxy/locale/locale.dtd">
-
- <dialog buttons="accept, cancel"
- id="BandwidthTestProductUpdate"
- ondialogaccept="bandwidthtest_update_notifyToggle(); bandwidthtest_update_install(); return true;"
- ondialogcancel="return bandwidthtest_update_notifyToggle();"
- title="Upgrade Bandwidth Tester"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script type="application/x-javascript" src="chrome://bandwidthtest/content/autoupdate.js"></script>
- <script type="application/x-javascript" src="chrome://bandwidthtest/content/update_dialog.js"></script>
-
- <vbox style="width: 250px;">
- <description>
- A new version of the Bandwidth Tester is available. Would you like to install it now?
- </description>
- <checkbox label="Don't show this dialog again" id="bandwidthtest.update.notify" checked="false" />
- </vbox>
- </dialog>